To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
Hi,
I have finally made all the changes needed to make my part work with R1. There was so much involved in the updating process, that I am sure I did something wrong, but I would appreciate some help pinpointing the problem if anyone knows.I have the following two problems however, and I am not sure if they are related.
1) I get a link warning that stating: "ignored 'operator new(unsigned long, void*)' (code) in ODFFoundation.Lib. Previously defined in MyCode.cpp". Where is the new operator duplicated. I applied all the changes from the upgrade to CW9 document, except I left in ANSI C++.PPC.Lib because I need to use the C++ stream library. I tried taking it out and I still had this warning.
2) When I try to build the stationary, I drop into MacsBug with the error: "User Break at 000183A6 Self".
Does anyone have any clues, or a process by which I can systematically track this down? BTW, I tried building the Clock part this morning with no problem.